*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 3 Nov 2002 03:46:56 +0000 (03:46 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 3 Nov 2002 03:46:56 +0000 (03:46 +0000)
lisp/ChangeLog
lisp/ChangeLog.7

index 4efda3c7d61c236493c5771fd5e007ec7c145421..e90638157b857f1b06445189a0ca81ec4992368c 100644 (file)
@@ -1,3 +1,12 @@
+2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/fill.el (fill-paragraph-handle-comment): New var.
+       (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
+       (fill-paragraph): Use them.
+
+       * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
+       Use fill-comment-paragraph.
+
 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
 
        * bindings.el (mode-line-change-eol)
index aa5e5a196a3580bed930e21760cdce595b9f4184..b266c5e696441811bf00bf39fc1f7b3eac491547 100644 (file)
        * format.el (format-deannotate-region): Don't change extents of
        enclosing annotations of the same kind.
 
-       * format.el (format-deannotate-region): Use
-       property-increment-region to add to numeric properties.
+       * format.el (format-deannotate-region):
+       Use property-increment-region to add to numeric properties.
 
 1997-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 
        * progmodes/awk-mode.el (awk-mode): Require cc-mode, not cc-langs.
 
-       * wid-edit.el (widget-single-line-display-table): Variable
-       commented out; don't use it either.
+       * wid-edit.el (widget-single-line-display-table):
+       Variable commented out; don't use it either.
 
        * case-table.el: Delete autoload cookies (file is preloaded).
 
 
        * progmodes/cc-mode.el (idl-mode): Support for CORBA's IDL language.
 
-       * progmodes/cc-mode.el (c-initialize-cc-mode): move the calling of
+       * progmodes/cc-mode.el (c-initialize-cc-mode): Move the calling of
        c-make-styles-buffer-local into c-initialize-builtin-style.
 
        * progmodes/cc-mode.el (c-initialize-cc-mode): Run the
 1997-08-08  Boris Goldowsky  <boris@gnu.ai.mit.edu>
 
        * format.el (format-annotate-single-property-change,
-       format-annotate-atomic-property-change): move code that interprets
+       format-annotate-atomic-property-change): Move code that interprets
        nil as 0 inside test that property is numeric.
 
 1997-08-08  Valery Alexeev  <valery@math.uga.edu>
        (describe-fontset): Likewise.  Doc-string modified.
        (list-fontsets): Likewise.
 
-       * international/encoded-kb.el (encoded-kbd-mode): Call
-       coding-system-XXX instead of coding-vector-XXX.
+       * international/encoded-kb.el (encoded-kbd-mode):
+       Call coding-system-XXX instead of coding-vector-XXX.
 
 1997-07-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
        (type-break-cancel-function-timers): New function.
        All callers of cancel-function-timers changed.
        (type-break-check-post-command-hook): New function.
-       (type-break-mode, type-break-schedule, type-break-alarm,
-       type-break-time-warning-alarm): Call it.
+       (type-break-mode, type-break-schedule, type-break-alarm)
+       (type-break-time-warning-alarm): Call it.
        (type-break-mode-line-countdown-or-break): New function.
        (type-break): Call it.
        (type-break-time-warning-schedule): Put type-break-time-warning
        calling function, not setting variable.
        (enriched-encode): New argument ORIG-BUF; evaluate
        enriched-initial-annotation in that buffer.
-       (enriched-decode): Turn on use-hard-newlines with function.  Use
-       new `set-hard-newline-properties' function.  Set fill-column from
+       (enriched-decode): Turn on use-hard-newlines with function.
+       Use new `set-hard-newline-properties' function.  Set fill-column from
        File-Width header; re-fill paragraphs only if there is no
        File-Width header.